-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update k8s dependencies #560
Conversation
Issues linked to changelog: |
@@ -59,9 +55,6 @@ type DynamicSource struct { | |||
|
|||
// has source started? | |||
started *startArgs | |||
|
|||
// the channel to which to push events | |||
output source.Channel |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
appears unused, and source.Channel is no longer a type
@@ -251,7 +251,7 @@ var _ = Describe("ManifestsRenderer", func() { | |||
Expect(err).NotTo(HaveOccurred()) | |||
Expect(outFiles).To(HaveLen(2)) // legacy and templated manifests | |||
Expect(outFiles[0].Content).To(ContainSubstring(crdutils.CRDVersionKey + ": 1.0.0")) | |||
Expect(outFiles[0].Content).To(ContainSubstring(crdutils.CRDSpecHashKey + ": b6ec737002f7d02e")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
non blocking -- make this a constant?
Description
update k8s deps to v0.30.0
handle breaking changes from kubernetes-sigs/controller-runtime#2783
Context
Summary of issue
Description and justification of any interesting decisions made
BOT NOTES:
resolves https://github.com/solo-io/gloo-mesh-enterprise/issues/14822